home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1998 November / PC Action Issue 71 (Xenia) (Novembre 1998).iso / kernels / README.NOW < prev    next >
Text File  |  1998-06-04  |  2KB  |  52 lines

  1. This directory contains many precompiled Linux kernels. See the README in
  2. bootdsks.12 or bootdsks.144 for a brief description of the drivers in each one,
  3. or the "config" files in these subdirectories for a complete description.
  4.  
  5. Ther kernels found in directories ending with '.i' are for use on systems that
  6. only need IDE hard drive/CDROM support.  Those ending in '.s' contain support
  7. for at least one type of SCSI controller in addition to the usual IDE support.
  8.  
  9. You can make bootdisks out of these, or use them with Loadlin to boot your
  10. Linux system from MS-DOS.
  11.  
  12. Most people won't need this directory, but if you need to remake a bootkernel
  13. disk from scratch, or you need a bootdisk that doesn't load the rootdisk into a
  14. ramdisk here's what you do:
  15.  
  16. 1. Using a kernel in this directory to make a simple bootdisk:
  17.  
  18.    Just cat the kernel to a floppy, like this: 
  19.  
  20.         cat scsinet.b/zImage > /dev/fd0
  21.  
  22.    Or, you may use RAWRITE.EXE to write the kernel to a disk. You may get 
  23.    warnings about it being a short file, but it will still work.
  24.  
  25.    All of the kernels in this directory are configured to mount the root
  26.    partition, not load it into a ramdisk. This can make a big difference on
  27.    machines with only 4 megabytes of RAM when all else (including disabling
  28.    the shadow RAM, which does nothing under Linux except waste memory anyway)
  29.    has failed. If you use one of these raw kernels to install, you can't 
  30.    install from your first floppy drive, and you won't be able to make a
  31.    bootdisk at the end of the installation process. Use LILO, Loadlin, or one
  32.    of the normal bootkernel disks to get your system started after you finish
  33.    installing.
  34.  
  35. 2. Making a Slackware-like bootkernel disk from one of the supplied kernels,
  36.    or one of your own.
  37.  
  38.    You can't do this under DOS - you'll have to be running Linux. First, edit
  39.    the 'makedisk' script to point to the location of your bootkernel disk master
  40.    directory if you don't want to use the default ./master one.
  41.  
  42.    Then, with a formatted disk in your boot drive, type:
  43.  
  44.    makedisk kernel_name disk_size
  45.             ^^          ^^^^^^^^^ This can be 1440, or 1200.
  46.             ^^^^^^^^^^^ mitsumi, scsi, or whatever you want to use. Include
  47.                         the path to the kernel if it's in one of the 
  48.                         subdirectories, such as: mitsumi.b/zImage
  49.  
  50.    This should automatically create the disk.
  51.  
  52.